net/http.http2ClientConn.forceCloseConn (method)

2 uses

	net/http (current package)
		h2_bundle.go#L8094: 	t := time.AfterFunc(250*time.Millisecond, cc.forceCloseConn)
		h2_bundle.go#L8101: func (cc *http2ClientConn) forceCloseConn() {